Pad the structure for future expansion.
authorOwen Taylor <otaylor@redhat.com>
Fri, 2 Nov 2001 20:54:18 +0000 (20:54 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Fri, 2 Nov 2001 20:54:18 +0000 (20:54 +0000)
Fri Nov  2 15:53:23 2001  Owen Taylor  <otaylor@redhat.com>

* gtk/gtkimcontext.h (struct _GtkIMContextClass): Pad
the structure for future expansion.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkimcontext.h

index 13917d55dc641f6fb740fc2ae2f009de0133116a..97c78fff198edb1d58fb96408c0979b037991c27 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Nov  2 15:53:23 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkimcontext.h (struct _GtkIMContextClass): Pad
+       the structure for future expansion.
+
 Fri Nov  2 15:30:34 2001  Owen Taylor  <otaylor@redhat.com>
 
        Patch from HideToshi Tajima (#51922)
index 13917d55dc641f6fb740fc2ae2f009de0133116a..97c78fff198edb1d58fb96408c0979b037991c27 100644 (file)
@@ -1,3 +1,8 @@
+Fri Nov  2 15:53:23 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkimcontext.h (struct _GtkIMContextClass): Pad
+       the structure for future expansion.
+
 Fri Nov  2 15:30:34 2001  Owen Taylor  <otaylor@redhat.com>
 
        Patch from HideToshi Tajima (#51922)
index 13917d55dc641f6fb740fc2ae2f009de0133116a..97c78fff198edb1d58fb96408c0979b037991c27 100644 (file)
@@ -1,3 +1,8 @@
+Fri Nov  2 15:53:23 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkimcontext.h (struct _GtkIMContextClass): Pad
+       the structure for future expansion.
+
 Fri Nov  2 15:30:34 2001  Owen Taylor  <otaylor@redhat.com>
 
        Patch from HideToshi Tajima (#51922)
index 13917d55dc641f6fb740fc2ae2f009de0133116a..97c78fff198edb1d58fb96408c0979b037991c27 100644 (file)
@@ -1,3 +1,8 @@
+Fri Nov  2 15:53:23 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkimcontext.h (struct _GtkIMContextClass): Pad
+       the structure for future expansion.
+
 Fri Nov  2 15:30:34 2001  Owen Taylor  <otaylor@redhat.com>
 
        Patch from HideToshi Tajima (#51922)
index 13917d55dc641f6fb740fc2ae2f009de0133116a..97c78fff198edb1d58fb96408c0979b037991c27 100644 (file)
@@ -1,3 +1,8 @@
+Fri Nov  2 15:53:23 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkimcontext.h (struct _GtkIMContextClass): Pad
+       the structure for future expansion.
+
 Fri Nov  2 15:30:34 2001  Owen Taylor  <otaylor@redhat.com>
 
        Patch from HideToshi Tajima (#51922)
index 13917d55dc641f6fb740fc2ae2f009de0133116a..97c78fff198edb1d58fb96408c0979b037991c27 100644 (file)
@@ -1,3 +1,8 @@
+Fri Nov  2 15:53:23 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkimcontext.h (struct _GtkIMContextClass): Pad
+       the structure for future expansion.
+
 Fri Nov  2 15:30:34 2001  Owen Taylor  <otaylor@redhat.com>
 
        Patch from HideToshi Tajima (#51922)
index 13917d55dc641f6fb740fc2ae2f009de0133116a..97c78fff198edb1d58fb96408c0979b037991c27 100644 (file)
@@ -1,3 +1,8 @@
+Fri Nov  2 15:53:23 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkimcontext.h (struct _GtkIMContextClass): Pad
+       the structure for future expansion.
+
 Fri Nov  2 15:30:34 2001  Owen Taylor  <otaylor@redhat.com>
 
        Patch from HideToshi Tajima (#51922)
index 1f1433873e875b74790b7a49a4a01a6c83939085..ddd484466966d623920588ffd525d84655d3e04c 100644 (file)
@@ -82,6 +82,11 @@ struct _GtkIMContextClass
   gboolean (*get_surrounding)     (GtkIMContext   *context,
                                   gchar         **text,
                                   gint           *cursor_index);
+
+  /* Some padding for future expansion. Must be left NULL for now */
+  void     (*pad1)                (void);
+  void     (*pad2)                (void);
+  void     (*pad3)                (void);
 };
 
 GtkType       gtk_im_context_get_type           (void) G_GNUC_CONST;